home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 February / PC Shareware 1997-02.iso / programy / pcbaby / _setup.1 / PCBaby4.exe / 0 / RCDATA / THELPFORM / THELPFORM.txt < prev   
Text File  |  1996-10-21  |  3KB  |  146 lines

  1. object HelpForm: THelpForm
  2.   Left = 202
  3.   Top = 131
  4.   Width = 374
  5.   Height = 350
  6.   Font.Color = clWindowText
  7.   Font.Height = -13
  8.   Font.Name = 'System'
  9.   Font.Style = []
  10.   Icon.Data = {<image000.ico>}
  11.   Position = poScreenCenter
  12.   OnActivate = FormActivate
  13.   PixelsPerInch = 96
  14.   TextHeight = 16
  15.   object Label1: TLabel
  16.     Left = 8
  17.     Top = 0
  18.     Width = 162
  19.     Height = 33
  20.     Caption = 'PC Baby Help'
  21.     Font.Color = clNavy
  22.     Font.Height = -29
  23.     Font.Name = 'Times New Roman'
  24.     Font.Style = []
  25.     ParentFont = False
  26.   end
  27.   object Label3: TLabel
  28.     Left = 8
  29.     Top = 20
  30.     Width = 330
  31.     Height = 13
  32.     Caption = '_______________________________________________________'
  33.     Font.Color = clNavy
  34.     Font.Height = -11
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = []
  37.     ParentFont = False
  38.     Transparent = True
  39.   end
  40.   object Label2: TLabel
  41.     Left = 8
  42.     Top = 23
  43.     Width = 330
  44.     Height = 18
  45.     Caption = '_______________________________________________________'
  46.     Font.Color = clNavy
  47.     Font.Height = -11
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = []
  50.     ParentFont = False
  51.     Transparent = True
  52.   end
  53.   object DBText1: TDBText
  54.     Left = 8
  55.     Top = 56
  56.     Width = 4
  57.     Height = 19
  58.     AutoSize = True
  59.     DataField = 'Title'
  60.     DataSource = DataSource1
  61.     Font.Color = clBlue
  62.     Font.Height = -16
  63.     Font.Name = 'Arial'
  64.     Font.Style = [fsBold]
  65.     ParentFont = False
  66.   end
  67.   object Label4: TLabel
  68.     Left = 280
  69.     Top = 152
  70.     Width = 55
  71.     Height = 57
  72.     Alignment = taCenter
  73.     Caption = 'Not read only'
  74.     Font.Color = clRed
  75.     Font.Height = -13
  76.     Font.Name = 'System'
  77.     Font.Style = [fsBold]
  78.     ParentFont = False
  79.     Visible = False
  80.   end
  81.   object DBMemo1: TDBMemo
  82.     Left = 8
  83.     Top = 80
  84.     Width = 249
  85.     Height = 233
  86.     DataField = 'Remarks'
  87.     DataSource = DataSource1
  88.     ReadOnly = True
  89.     ScrollBars = ssVertical
  90.     TabOrder = 0
  91.   end
  92.   object BitBtn1: TBitBtn
  93.     Left = 322
  94.     Top = 87
  95.     Width = 25
  96.     Height = 31
  97.     Caption = ' '
  98.     Font.Color = clBlack
  99.     Font.Height = -11
  100.     Font.Name = 'MS Sans Serif'
  101.     Font.Style = [fsBold]
  102.     ParentFont = False
  103.     TabOrder = 1
  104.     OnClick = BitBtn1Click
  105.     Kind = bkHelp
  106.     Margin = 2
  107.     Spacing = -1
  108.   end
  109.   object BitBtn2: TBitBtn
  110.     Left = 270
  111.     Top = 279
  112.     Width = 93
  113.     Height = 31
  114.     Caption = 'Close'
  115.     Default = True
  116.     Font.Color = clGreen
  117.     Font.Height = -19
  118.     Font.Name = 'Arial'
  119.     Font.Style = [fsBold]
  120.     ModalResult = 1
  121.     ParentFont = False
  122.     TabOrder = 2
  123.     OnClick = BitBtn2Click
  124.     Glyph.Data = {
  125.       F6000000424DF600000000000000760000002800000010000000100000000100
  126.       04000000000080000000CE0E0000D80E00000000000000000000000000000000
  127.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  128.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  129.       5555555555555555555555555205555555555555222055555555555522205555
  130.       5555555222220555555555222222055555555722052220555555720555522055
  131.       5555555555522205555555555555220555555555555552205555555555555572
  132.       0555555555555557205555555555555552205555555555555555}
  133.     Margin = 8
  134.     Spacing = -1
  135.   end
  136.   object HelpTable: TTable
  137.     DatabaseName = 'PCBaby4'
  138.     TableName = 'BABYHELP.DB'
  139.     Left = 304
  140.   end
  141.   object DataSource1: TDataSource
  142.     DataSet = HelpTable
  143.     Left = 272
  144.   end
  145. end
  146.